Welcome![Sign In][Sign Up]
Location:
Search - simulation of banker algorithm

Search list

[OS Developyingangjia

Description: 银行家算法模拟实现,操作系统的设计作业,做课程设计的同学们可以用,很简单,很实用!-Banker s algorithm simulation, the operating system design work, so the curriculum design of the students can use, is very simple and very practical!
Platform: | Size: 11264 | Author: 王志鹏 | Hits:

[OS Developbank

Description: 著名的操作系统经典算法,银行家算法。模拟了资源的分配!银行家算法是一种最有代表性的避免死锁的算法。 要解释银行家算法,必须先解释操作系统安全状态和不安全状态。-Well-known classical algorithm for the operating system, bankers algorithm. Simulation of the allocation of resources! Banker
Platform: | Size: 489472 | Author: 林夕 | Hits:

[OS Developsisuobimian

Description: 死锁避免——银行家算法的模拟实现,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态的理解.附有我的實验报告,源代码。-Deadlock Avoidance- Banker s Algorithm simulation achieved by simulating the deadlock avoid the realization of better understanding of the deadlock avoidance, system security status understanding. Experiment with my report, the source code.
Platform: | Size: 244736 | Author: hyw | Hits:

[VC/MFCbankeralgorithm

Description: C语言模拟实现银行家算法 进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Banker s Algorithm Simulation Of languageC
Platform: | Size: 5120 | Author: 安平 | Hits:

[Windows Developbanker

Description: 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。 -The purpose of this design through the writing and debugging a system of resource allocation simple dynamic simulation program to observe the resulting deadlock conditions, and the use of appropriate algorithms, effectively prevent and avoid the occurrence of deadlock. Specific requirements are as follows: ⑴ simulation algorithm of a banker ⑵ initialization when the system has a certain amount of resources ⑶ way to use keyboard input for resources ⑷ If pre-allocation, the system in safe state, then modify the allocation of system resources ⑸ If pre-allocation, the system is in unsafe state, it can not meet the request for tips.
Platform: | Size: 244736 | Author: elaine | Hits:

[Data structsdijkstra

Description: 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental purposes: the preparation and use of high-level language debugging a bankers algorithm avoid deadlock using the procedures in order to deepen their understanding of the allocation of resources understanding how to avoid deadlock. 2. Experimental Content: to prepare a simulation program, the completion of the simulation to avoid deadlock for the adoption of the banker' s algorithm dijkstra. Experiments include: First of all available resources to determine the vector data structure, the largest demand matrix, the distribution matrix, the demand matrix, and then complete the banker' s algorithm, security algorithm, such as program code the final preparation of the main function of simulation, experiment and get the machine the resulting data.
Platform: | Size: 1024 | Author: Jun | Hits:

[OS Developwjq

Description: TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation experiment to generate the page address in the form of a mapping have serious problems, I did not redo. TAOT: Experiment 3 process scheduling. TAOB: Experiment 4 banker' s algorithm, not the number of self-setting process, using a recursive algorithm.
Platform: | Size: 36864 | Author: yaowenxue | Hits:

[Linux-Unix5

Description: 编写银行家算法模拟程序,实现银行家算法原理。-The preparation of Banker' s algorithm simulation program, to achieve bankers algorithm principle.
Platform: | Size: 7168 | Author: xujinxj | Hits:

[OS programbanker

Description: 死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students independent of the use of advanced language writing and debugging a simple dynamic simulation process of allocating resources to understand the conditions and causes of the deadlock created, and effectively prevent the banker' s algorithm used the occurrence of deadlock in order to deepen the knowledge taught in class understanding.
Platform: | Size: 273408 | Author: zsb | Hits:

[Data structsBanker

Description: 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
Platform: | Size: 1964032 | Author: Meihua | Hits:

[Crack Hackbankersalgorithm

Description: 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
Platform: | Size: 2048 | Author: 叶杰峰 | Hits:

[Data structsBanker

Description: 使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when all or file after the end of the process, the program ends.
Platform: | Size: 1024 | Author: Yanxingfu | Hits:

[Otherbank

Description: 自考操作系统上机考试模拟试题 银行家算法-Self examination on computer simulation of the operating system questions banker' s algorithm
Platform: | Size: 3667968 | Author: samson | Hits:

[OS Developbanker

Description: 银行家算法的解释及源代码模拟,能够很好的理解银行家算法-Bankers algorithm interpretation and source code simulation, can be very good understanding of the bankers algorithm
Platform: | Size: 72704 | Author: opwt | Hits:

[OS Develop123

Description: 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Simulation of the banker' s algorithm, the banker' s algorithm for resource allocation and security checks. Through this experiment, to deepen students ' understanding and grasp of the deadlock concept, and to develop students' interest in the development of the operating system and application capacity.
Platform: | Size: 1024 | Author: 朱华 | Hits:

[OS DevelopBank

Description: 模拟银行家算法,实现自动分配资源及遍历输出所以安全序列-Simulation of the banker' s algorithm to achieve automatic allocation of resources and traverse the output so the security sequence
Platform: | Size: 2048 | Author: FHJ | Hits:

[Otheryhjmn

Description: 实现银行家算法模拟,可加深资源申请、避免死锁等概念的理解-The realization of banker s algorithm simulation, can deepen resources applications, to avoid deadlock concepts
Platform: | Size: 1024 | Author: wendyalia | Hits:

[OtherBankers-algorithm

Description: 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
Platform: | Size: 2048 | Author: vity | Hits:

[Data structsbanksuanfa

Description: House: through the experiment with the algorithm of programming language simulation bankers procedure law to strengthen the safety of understanding and mastery of the banker algorithm. Familiar with the method to avoid deadlock, deadlock and security relationship sequence, programming banker s algorithm, the security requirements of the export process sequence.-House: through the experiment with the algorithm of programming language simulation bankers procedure law to strengthen the safety of understanding and mastery of the banker algorithm. Familiar with the method to avoid deadlock, deadlock and security relationship sequence, programming banker s algorithm, the security requirements of the export process sequence.
Platform: | Size: 128000 | Author: ahu_gj | Hits:

[Other银行家算法

Description: 根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。(According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock.)
Platform: | Size: 1531904 | Author: 超儿曾 | Hits:
« 1 23 »

CodeBus www.codebus.net